3D Graphics Programming with QuickDraw 3D 1.5.4
Previous | QD3D Book | Overview | Chapter Contents | Next |
The flags parameter for the QADrawTriGouraud and QADrawTriTexture functions specifies a triangle mode, which determines how the drawing engine draws a triangle. You can use these masks to set the flags parameter.
#define kQATriFlags_None 0
#define kQATriFlags_Backfacing (1 << 0)
Previous | QD3D Book | Overview | Chapter Contents | Next |